
/* login page design */
#backgroundPic{
    background-image: url("../img/login.jpg");
    background-repeat: no-repeat;
    height: 100%;
    background-size: cover;
  }
  .over_background{
    height: 100%;
    width:100%;
    background-position: center;
    background-color: rgba(17, 18, 31, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .login_box{
    background-color: rgba(0, 0, 0, 0.622);
    box-shadow: 0px 0px 10px 1px rgba(4, 16, 245, 0.3), inset 1px 1px 8px 1px rgba(245, 4, 4, 0.55);
    /* box-shadow: 0px 0px 28px rgba(36, 29, 180, 0.8), inset 0 -10px 20px -5px #7b272c; */
    /* margin-top: 150px; */
    border-radius: 15px;
    /* height: 400px; */
    /* margin-top: 100px !important; */
    padding: 30px;
  }
  .login_heading{
    margin: auto;
    /* color: rgba(129, 2, 2, 0.55); */
    color: rgb(129, 2, 2);
    font-size: 50px;
    text-align: center;
    display: inline;
  }
  .login_heading2{
    margin: auto;
    /* color: rgba(14, 65, 119, 0.55); */
    color: rgb(14, 65, 119);
    font-size: 50px;
    text-align: center;
    display: inline;
  }
  .login_heading3{
    margin: auto;
    /* color: rgba(129, 2, 2, 0.55); */
    color: rgb(129, 2, 2);
    font-size: 20px;
    text-align: center;
  }
  .heading_div{
    display: flex;
    align-items: center;
    justify-content: center;
    /* min-height: 10em !important;
    display: table-cell !important;
    vertical-align: middle !important;
    padding-top: 50px !important; */
  }
  .custom_input{
    background-color: rgba(0, 0, 0, 0.55) !important;
    color: #74747b !important;
    /* font-weight: bold !important; */
    border-color: #575758 !important;
    border-radius: 8px !important;
  }
  .custom_button{
    border-color: #575758 !important;
  }
  .custom_button:hover{
    background-color: black !important;
    border-color: rgba(245, 4, 4, 0.55) !important;
    box-shadow: 1px 1px 5px 1px rgba(245, 4, 4, 0.55) !important;
    color: rgba(255, 255, 255, 0.55) !important;
  }
  .custom_input:hover{
    background-color: black !important;
    border-color: rgba(245, 4, 4, 0.55) !important;
    box-shadow: 1px 1px 5px 1px rgba(245, 4, 4, 0.55) !important;
  }
  .bjs_logo{
    width: 200px;
    opacity: 0.4;
  }
  .custom_input:-webkit-autofill,
  .custom_input:-webkit-autofill:hover, 
  .custom_input:-webkit-autofill:focus,
  .custom_input:-webkit-autofill {
    -webkit-text-fill-color: white;
    -webkit-box-shadow: 0 0 0px 0px rgb(255, 255, 255) inset;
    transition: background-color 5000s ease-in-out 0s;
  }